home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / Hdownload.CSY / RCDATA / TSPACEERRORDLG / TSPACEERRORDLG.txt < prev   
Text File  |  2002-06-23  |  1KB  |  72 lines

  1. object SpaceErrorDlg: TSpaceErrorDlg
  2.   Left = 327
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nedostatek m∩┐╜sta'
  7.   ClientHeight = 83
  8.   ClientWidth = 309
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 8
  17.     Top = 12
  18.     Width = 32
  19.     Height = 32
  20.     Picture.Data = {<image000.bmp>}
  21.     Transparent = True
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 45
  25.     Top = 4
  26.     Width = 259
  27.     Height = 47
  28.     Shape = bsFrame
  29.   end
  30.   object Label1: TLabel
  31.     Left = 55
  32.     Top = 13
  33.     Width = 202
  34.     Height = 13
  35.     Caption = 'Varov∩┐╜n∩┐╜: Voln∩┐╜ m∩┐╜sto na disku je pod limitem.'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 54
  45.     Top = 29
  46.     Width = 199
  47.     Height = 13
  48.     Caption = 'Je doporu∩┐╜eno ukon∩┐╜it b∩┐╜∩┐╜c∩┐╜ projekt.'
  49.   end
  50.   object AbortBtn: TButton
  51.     Left = 61
  52.     Top = 56
  53.     Width = 123
  54.     Height = 24
  55.     Caption = 'Ukon∩┐╜it stahov∩┐╜n∩┐╜'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.     OnClick = AbortBtnClick
  60.   end
  61.   object ContinueBtn: TButton
  62.     Left = 190
  63.     Top = 56
  64.     Width = 115
  65.     Height = 24
  66.     Cancel = True
  67.     Caption = 'Pokra∩┐╜ovat'
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.   end
  71. end
  72.